API Documentation
IntArrayWrapper.h
1 // IntArrayWrapper.h
3 //
5 
6 namespace nkAstraeus::lua
7 {
11  class DLL_ASTRAEUS_EXPORT IntArrayWrapper final
12  {
13  public :
14 
15  // Environment update
22  } ;
23 }
nkAstraeus::lua
Encompasses the wrapping done for a Lua environment.
Definition: ByteArrayWrapper.h:7
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::lua::IntArrayWrapper
Wraps a nkAstraeus::ArrayData<int> and offers functions for use in scripting.
Definition: IntArrayWrapper.h:12
nkAstraeus::lua::IntArrayWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)